Class CommonNotificationBuilder
- java.lang.Object
-
- com.amazon.A3L.messaging.ADM.notification.CommonNotificationBuilder
-
public class CommonNotificationBuilder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADM_FALLBACK_NOTIFICATION_CHANNELstatic java.lang.StringADM_FALLBACK_NOTIFICATION_CHANNEL_LABEL
-
Constructor Summary
Constructors Constructor Description CommonNotificationBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DisplayNotification.DisplayNotificationInfocreateNotificationInfo(android.content.Context context, NotificationParams notificationParams)It sets notification fields using builder
-
-
-
Field Detail
-
ADM_FALLBACK_NOTIFICATION_CHANNEL
public static final java.lang.String ADM_FALLBACK_NOTIFICATION_CHANNEL
- See Also:
- Constant Field Values
-
ADM_FALLBACK_NOTIFICATION_CHANNEL_LABEL
public static final java.lang.String ADM_FALLBACK_NOTIFICATION_CHANNEL_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNotificationInfo
public static DisplayNotification.DisplayNotificationInfo createNotificationInfo(android.content.Context context, NotificationParams notificationParams)
It sets notification fields using builder- Parameters:
context- : Application ContextnotificationParams- : Notification parameters- Returns:
- DisplayNotificationInfo
-
-